home *** CD-ROM | disk | FTP | other *** search
- object FrmUser: TFrmUser
- Left = 257
- Top = 160
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Select User'
- ClientHeight = 151
- ClientWidth = 312
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 113
- Height = 16
- Caption = 'Select current user:'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 106
- Width = 295
- Height = 11
- Shape = bsTopLine
- end
- object BtnAdd: TButton
- Left = 68
- Top = 70
- Width = 111
- Height = 25
- Caption = '&Add User...'
- TabOrder = 1
- OnClick = BtnAddClick
- end
- object BtnRemove: TButton
- Left = 192
- Top = 70
- Width = 111
- Height = 25
- Caption = '&Remove User...'
- TabOrder = 2
- OnClick = BtnRemoveClick
- end
- object BtnLogin: TButton
- Left = 69
- Top = 118
- Width = 111
- Height = 25
- Caption = '&Login'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object BtnCancel: TButton
- Left = 192
- Top = 118
- Width = 111
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object cbUsers: TElAdvancedComboBox
- Left = 15
- Top = 34
- Width = 288
- Height = 24
- AutoCompletion = False
- DropDownCount = 24
- Flat = False
- HandleDialogKeys = False
- HorizontalScroll = False
- ItemIndex = -1
- ItemHeight = 16
- Style = csDropDownList
- TabOrder = 0
- end
- end
-